home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gvol
- set tvol to gvol
- set the visible of sprite (gvol + 10) to 0
- set gvol to gvol + 1
- if gvol >= 8 then
- set gvol to 0
- end if
- set the soundLevel to gvol
- if tvol = 0 then
- puppetSound("MAIN")
- end if
- set the visible of sprite (gvol + 10) to 1
- updateStage()
- waittimer(1)
- end
-